home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr47 / 335_03.zip / ASZ80.MAN < prev    next >
Text File  |  1993-04-01  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4.      Z80ASM(1L)                  UNIX 5.0                   Z80ASM(1L)
  5.  
  6.  
  7.  
  8.      NAME
  9.           as64180, asz80, as8085, as8080 - cross assemblers for
  10.           microcomputers
  11.  
  12.      SYNOPSIS
  13.           as64180 [-p cpu] [-l listfile] [-o hexfile] [-d] [-s symbolfile] input
  14.           asz80 [-p cpu] [-l listfile] [-o hexfile] [-d] [-s symbolfile] input
  15.           as8085 [-p cpu] [-l listfile] [-o hexfile] [-d] [-s symbolfile] input
  16.           as8080 [-p cpu] [-l listfile] [-o hexfile] [-d] [-s symbolfile] input
  17.  
  18.      DESCRIPTION
  19.           The as64180, asz80, as8085, as8080 command(s) assembles the
  20.           input file into a text output file representing the program
  21.           memory for a microcomputer.
  22.  
  23.           Options
  24.  
  25.           -p cpu
  26.                Override the instruction set selection.
  27.                     Valid Values for Cpu
  28.                          64180, z80, Z80, 8085, 8085
  29.  
  30.           -l listfile
  31.                Output a file formated with the memory address, data,
  32.                and source input lines.
  33.  
  34.           -o hexfile
  35.                Output the memory data image in a form accepted by most
  36.                prom programmers.
  37.  
  38.           -h hexfile
  39.                Same as -o.
  40.  
  41.           -d   Save the intermediate data file (see FILE) and abort
  42.                the execution at the end of processing.
  43.  
  44.           -s symbolfile
  45.                Print the symbol table values and names, one per line
  46.                in the specified file.
  47.  
  48.      FILES
  49.           /usr/tmp/frtXXXXXX
  50.  
  51.      SEE ALSO
  52.           Frankenstein Cross Assemblers Users Manual (file base.doc)
  53.           Appendix for asz80 Frankenstein Assembler (file asz80.doc)
  54.  
  55.      NOTES
  56.           There is only one input file.
  57.  
  58.           The program can select which subset of instructions is
  59.           accepted.  The program first uses the name with which it is
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 12/4/90)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      Z80ASM(1L)                  UNIX 5.0                   Z80ASM(1L)
  71.  
  72.  
  73.  
  74.           invoked.  This is scanned for a substring which indicates
  75.           which set to use.  The -p options overrides this selction by
  76.           performing the same substring search.  Finally the input
  77.           file can select which subset to use with the CPU statement.
  78.  
  79.           There should only be one executable file with all of its
  80.           names linked to it.
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                          (printed 12/4/90)
  130.  
  131.  
  132.  
  133.